home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8782 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: aadt.sdt.com!usenet
  2. From: Larry Baker <leb@sdt.com>
  3. Newsgroups: comp.databases.xbase.misc,comp.databases.paradox,comp.lang.c,comp.lang.c++
  4. Subject: Re: Accessing Paradox or dBase tables from C++ HELP!
  5. Date: Mon, 26 Feb 1996 17:25:10 -0800
  6. Organization: SABRE Decision Technologies
  7. Message-ID: <31325D76.1B9B@sdt.com>
  8. References: <4gi9t2$ivr@izar.brunel.ac.uk> <gonzalez.825049639@blue.weeg.uiowa.edu>
  9. NNTP-Posting-Host: parmail.sdt.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. A. Gonzalez wrote:
  16. > The new Borland C++ 5.0 comes with Visual Database Tools,
  17. > but I don't know if this will allow you to create full
  18. > database applications like you can using Visual dBase or
  19. > Delphi. This new version should be out anytime now. The
  20. > upgrade price is $199.95
  21.  
  22. According to various [Borland] Sources, I have learned:
  23.  
  24. - the Borland Database Engine, roughly analogous to Microsoft's
  25.   JET Database Engine, is included in the package, with all its
  26.   header files.  The "old" BDE had a C-language style API, that
  27.   looked a lot like ODBC.  The 5.0 BDE interface (apparently)
  28.   includes classes for things like tables, data sets, etc., which
  29.   I speculate are roughly analogous to the CRecordSet type classes
  30.   in the MFCs.  The BDE is capable of reading & writing all the
  31.   usual suspects: Paradox, DBase, FoxPro, and Access files, as well
  32.   as using ODBC to read/write just about anything else.
  33.  
  34. - a "Visual Database Designer" is included, which (I speculate)
  35.   seems to include a Delphi-like drag-and-drop forms designer, and
  36.   some kind of .ocx (custom control) support that is database-aware.
  37.   C++ classes encapsulating the included controls are also included.
  38.   I know very little about this part; it sounds rather like the
  39.   DAOs with some better support for data-aware controls.
  40.  
  41. Cheers,
  42.  
  43. Larry
  44.  
  45. SABRE Decision Technologies
  46.